object GetCDDrive: TGetCDDrive Left = 252 Top = 328 BorderStyle = bsDialog Caption = 'CD-ROM Drive' ClientHeight = 113 ClientWidth = 164 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object CDDrive: TLabel Left = 8 Top = 16 Width = 74 Height = 13 Caption = '&CD-ROM Drive:' end object DriveComboBox: TDriveComboBox Left = 8 Top = 32 Width = 145 Height = 19 TabOrder = 0 end object OKButton: TButton Left = 40 Top = 71 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end